Documents for PDF, .NET Edition Documentation
SelectByFamilyName(String,List<Font>) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontCollection Class > SelectByFamilyName Method : SelectByFamilyName(String,List<Font>) Method
Collects the fonts with the specified family name.
Syntax
'Declaration
 
Public Overloads Sub SelectByFamilyName( _
   ByVal fontFamilyName As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
public void SelectByFamilyName( 
   System.string fontFamilyName,
   System.Collections.Generic.List<Font> res
)

Parameters

fontFamilyName
res
See Also

Reference

FontCollection Class
FontCollection Members
Overload List